home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / Claudiane.swf / scripts / frame_111 / PlaceObject2_53_141 / CLIPACTIONRECORD on(release).as next >
Encoding:
Text File  |  2011-10-17  |  151 b   |  11 lines

  1. on(release){
  2.    if(this._currentframe == this._totalframes)
  3.    {
  4.       this.gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       this.nextFrame();
  9.    }
  10. }
  11.